Class: Quickfix::SettlInstRefID

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

Returns a new instance of SettlInstRefID.



3191
3192
3193
3194
3195
3196
3197
# File 'lib/quickfix_fields.rb', line 3191

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

Class Method Details

.fieldObject



3188
3189
3190
# File 'lib/quickfix_fields.rb', line 3188

def SettlInstRefID.field
  return 214
end