Class: Quickfix::UnderlyingDeliveryScheduleNotionalUnitOfMeasure
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingDeliveryScheduleNotionalUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleNotionalUnitOfMeasure
constructor
A new instance of UnderlyingDeliveryScheduleNotionalUnitOfMeasure.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleNotionalUnitOfMeasure
Returns a new instance of UnderlyingDeliveryScheduleNotionalUnitOfMeasure.
52942 52943 52944 52945 52946 52947 52948 |
# File 'lib/quickfix_fields.rb', line 52942 def initialize(data = nil) if( data == nil ) super(41760) else super(41760, data) end end |