Class: Quickfix::AllocRegulatoryLegRefID

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

Returns a new instance of AllocRegulatoryLegRefID.



57635
57636
57637
57638
57639
57640
57641
# File 'lib/quickfix_fields.rb', line 57635

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

Class Method Details

.fieldObject



57632
57633
57634
# File 'lib/quickfix_fields.rb', line 57632

def AllocRegulatoryLegRefID.field
  return 2406
end