Class: Quickfix::LegDeliveryScheduleNotional

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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