Class: Quickfix::SettlementCycleNo

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SettlementCycleNo

Returns a new instance of SettlementCycleNo.



15398
15399
15400
15401
15402
15403
15404
# File 'lib/quickfix_fields.rb', line 15398

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

Class Method Details

.fieldObject



15395
15396
15397
# File 'lib/quickfix_fields.rb', line 15395

def SettlementCycleNo.field
  return 1153
end