Class: Quickfix::UnderlyingMaturityDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingMaturityDate

Returns a new instance of UnderlyingMaturityDate.



16672
16673
16674
16675
16676
16677
16678
# File 'lib/quickfix_fields.rb', line 16672

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

Class Method Details

.fieldObject



16669
16670
16671
# File 'lib/quickfix_fields.rb', line 16669

def UnderlyingMaturityDate.field
  return 542
end