Class: Quickfix::LegAssetSubType

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

Returns a new instance of LegAssetSubType.



76147
76148
76149
76150
76151
76152
76153
# File 'lib/quickfix_fields.rb', line 76147

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

Class Method Details

.fieldObject



76144
76145
76146
# File 'lib/quickfix_fields.rb', line 76144

def LegAssetSubType.field
  return 2739
end