Class: Quickfix::LegAllocAccount

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

Returns a new instance of LegAllocAccount.



9249
9250
9251
9252
9253
9254
9255
# File 'lib/quickfix_fields.rb', line 9249

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

Class Method Details

.fieldObject



9246
9247
9248
# File 'lib/quickfix_fields.rb', line 9246

def LegAllocAccount.field
  return 671
end