search for: issuedate

Displaying 3 results from an estimated 3 matches for "issuedate".

Did you mean: issue_date
2009 Aug 04
1
Output XML to File
...end @xml.DocumentElemnts{ for unusedticket in @unusedtickets @xml.unusedtickets do @xml.account_id(unusedticket.account_id) @xml.locator(unusedticket.locator) @xml.ticketnumber(unusedticket.ticketnumber) @xml.traveler(unusedticket.traveler) @xml.issuedate(unusedticket.issuedate) end end } headers["Content-Type"] ||= ''text/xml'' headers[''Cache-Control''] = ''private'' headers["Content-Disposition"] ||= "attachment; filename=\"test_xml\"" ren...
2006 Jun 12
1
Transaction save?
...t save() method. It instantiates the model obj and saves it into db. But then any ideas on why the Cr.create is not creating a record? if (a == b) then Cr.create( :id => vcr, :status => ''NEW'', :er => ''N'', :issuedate => Date.today, :needbydate => Date.today ) Crmapping.create( :k_id => found[0].id, :c_id => vcr, :sys_creation_date => Date.today ) end Since the first record was not created when executing the second I get error...
2012 Aug 08
2
RQuantLib: SET_VECTOR_ELT() can only be applied to a 'list', not a 'symbol'
...Price <- rep(as.double(100),24) Type <- rep(as.character("C"), 24) Date <- seq(as.Date("2006-09-15"), by = '3 months', length = 24) callSch <- data.frame(Price, Type, Date) callSch$Type <- as.character(callSch$Type) bondparams <- list(faceAmount=100, issueDate = as.Date("2004-09-16"), maturityDate=as.Date("2012-09-16"), redemption=100, callSch = callSch) dateparams <- list(settlementDays=3, calendar="us", dayCounter = "ActualActual", p...