Class: Quickfix::LegInterestAccrualDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegInterestAccrualDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegInterestAccrualDate
constructor
A new instance of LegInterestAccrualDate.
Constructor Details
#initialize(data = nil) ⇒ LegInterestAccrualDate
Returns a new instance of LegInterestAccrualDate.
8287 8288 8289 8290 8291 8292 8293 |
# File 'lib/quickfix_fields.rb', line 8287 def initialize(data = nil) if( data == nil ) super(956) else super(956, data) end end |
Class Method Details
.field ⇒ Object
8284 8285 8286 |
# File 'lib/quickfix_fields.rb', line 8284 def LegInterestAccrualDate.field return 956 end |