Class: Quickfix::LegStreamCommoditySettlPeriodFrequencyUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegStreamCommoditySettlPeriodFrequencyUnit

Returns a new instance of LegStreamCommoditySettlPeriodFrequencyUnit.



51785
51786
51787
51788
51789
51790
51791
# File 'lib/quickfix_fields.rb', line 51785

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

Class Method Details

.fieldObject



51782
51783
51784
# File 'lib/quickfix_fields.rb', line 51782

def LegStreamCommoditySettlPeriodFrequencyUnit.field
  return 41693
end