Class: Quickfix::LegDeliveryScheduleNotional
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegDeliveryScheduleNotional
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryScheduleNotional
constructor
A new instance of LegDeliveryScheduleNotional.
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryScheduleNotional
Returns a new instance of LegDeliveryScheduleNotional.
48028 48029 48030 48031 48032 48033 48034 |
# File 'lib/quickfix_fields.rb', line 48028 def initialize(data = nil) if( data == nil ) super(41411) else super(41411, data) end end |