Class: Quickfix::LegCashSettlValuationTime
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegCashSettlValuationTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlValuationTime
constructor
A new instance of LegCashSettlValuationTime.
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlValuationTime
Returns a new instance of LegCashSettlValuationTime.
46767 46768 46769 46770 46771 46772 46773 |
# File 'lib/quickfix_fields.rb', line 46767 def initialize(data = nil) if( data == nil ) super(41349) else super(41349, data) end end |