Class: Quickfix::LegMaturityDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegMaturityDate

Returns a new instance of LegMaturityDate.



8300
8301
8302
8303
8304
8305
8306
# File 'lib/quickfix_fields.rb', line 8300

def initialize(data = nil)
  if( data == nil )
    super(611)
  else
    super(611, data)
  end
end