Class: Quickfix::SideRegulatoryTradeID

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) ⇒ SideRegulatoryTradeID



25824
25825
25826
25827
25828
25829
25830
# File 'lib/quickfix_fields.rb', line 25824

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

Class Method Details

.fieldObject



25821
25822
25823
# File 'lib/quickfix_fields.rb', line 25821

def SideRegulatoryTradeID.field
  return 1972
end