Class: Quickfix::AllocRegulatoryTradeID

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

Returns a new instance of AllocRegulatoryTradeID.



25148
25149
25150
25151
25152
25153
25154
# File 'lib/quickfix_fields.rb', line 25148

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

Class Method Details

.fieldObject



25145
25146
25147
# File 'lib/quickfix_fields.rb', line 25145

def AllocRegulatoryTradeID.field
  return 1909
end