Class: Quickfix::InterestAccrualDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::InterestAccrualDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InterestAccrualDate
constructor
A new instance of InterestAccrualDate.
Constructor Details
#initialize(data = nil) ⇒ InterestAccrualDate
Returns a new instance of InterestAccrualDate.
8235 8236 8237 8238 8239 8240 8241 |
# File 'lib/quickfix_fields.rb', line 8235 def initialize(data = nil) if( data == nil ) super(874) else super(874, data) end end |
Class Method Details
.field ⇒ Object
8232 8233 8234 |
# File 'lib/quickfix_fields.rb', line 8232 def InterestAccrualDate.field return 874 end |